Vcenter Vcha CertificateInfo

Vcenter Vcha CertificateInfo
Vcenter Vcha CertificateInfo

The Vcenter Vcha CertificateInfo Schema contains information about the SSL certificate for a management vCenter server.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "ssl_thumbprint": "string",
    "ssl_certificate": "string"
}
string
ssl_thumbprint
Required

The SHA-256 thumbprint of the SSL certificate for a management vCenter server.

This property was added in vSphere API 6.7.1.

string
ssl_certificate
Optional

PEM-encoded SSL certificate of the management vCenter server.

This property was added in vSphere API 9.0.0.0.

If missing or null, empty ssl certificate is assumed.